home *** CD-ROM | disk | FTP | other *** search
/ La Bible Des… Fonts / La Bible des... Fonts.iso / Polices PostScript / Codage PS / Braille Font Encoding / ASCII⁄Unicode Braille next >
Encoding:
Text File  |  1991-09-05  |  2.5 KB  |  49 lines  |  [TEXT/SNTE]

  1. Encoding System for ASCII/Unicode Braille
  2.  
  3. Version 1.0b
  4. By Greg Kearney, Touchstone Software
  5. Thu, Sep 5, 1991
  6.  
  7. Introduction
  8.  
  9. Braille is the universal system of writing by the blind. Invented in France by Louis Braille. It has been used by the blind of the world for over 150 years. This paper will put forth a proposed standard for the encoding of the braille writing system for use in ASCII and Unicode based computer equipment.
  10.  
  11. The Braille System
  12.  
  13. All braille used by countries using the roman alphabets is based on the same system. That is a six dot cell arranged in two vertical rows of three dots each. Any combination of these dots my be raised. Therefor it is possible to produce braille in any roman alphabet using language with only one encoding system.
  14.  
  15. The Encoding
  16.  
  17. Below is listed the encoding for braille one the english keyboard. Unlike traditional encoding systems braille will be dependent on the being in the same physical location on the keyboard rather than being assigned slots in a table as is done with print.
  18.  
  19.     English Encoding 
  20.     ASCII    Hex    Octal    Braille Name
  21.     f    66    146    dot one
  22.     d    64    144    dot two
  23.     s    73    163    dot three
  24.     j    6A    152    dot four
  25.     k    6B    153    dot five
  26.     l    6C    154    dot six
  27.     (space)    20    040    space
  28.  
  29. Braille Fonts
  30.  
  31. Braille fonts have as can be seen above only seven assigned slots on the table which are placed in the same relation to each other no matter what the language of the keyboard is. Braille font also are unique in that they have no character width and that they come in one fixed size that being 36 points*. The cell sets are made up by pressing combinations of the assigned letters at one time. Thus on english keyboard the braille letter c would be don by pressing the keys f and j at the same time. A space would then be pressed to move to the next cell. After a word the user would enter two spaces. (Included with this document is a sample font complying with this specification.)
  32.  
  33. Unresolved Issues
  34.  
  35. Issues left unresolved by this first draft are as follows:
  36.  
  37.     Eight dot braille, used in non-roman alphabets
  38.     Eliminating the need for the space after each character
  39.     The ability to print braille representation using     PostScript¬ outlines which do not seem to accept     character of 0 charwidth. (Sample outline fonts in type     one are included with this document.) 
  40.  
  41.  This is a first draft of this specification we invite your comments and suggestions. Please mail them to:
  42.  
  43. Greg Kearney
  44. Touchstone Software
  45. 1641 South Nebraska
  46. Casper, Wyoming 82602 U.S.A.
  47. or call (307) 266-0570 weekdays 9 to 5 Mountain Time
  48.  
  49. *the exact physical size will be specified at a latter date.